From: Eli Zaretskii Date: Sat, 3 Feb 2024 16:09:35 +0000 (+0200) Subject: ; * lisp/files.el (hack-local-variables--find-variables): Fix comment. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2690 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8fc7e8c2b0cb33b0e8e9822f116e6dbb530ab1b6;p=emacs.git ; * lisp/files.el (hack-local-variables--find-variables): Fix comment. --- diff --git a/lisp/files.el b/lisp/files.el index 172237ceb82..229771810fb 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -4193,7 +4193,7 @@ major-mode." (or (buffer-file-name thisbuf) "")))))) ((eq var 'read-symbol-shorthands) ;; Sort automatically by shorthand length - ;; descending + ;; in descending order. (setq val (sort val (lambda (sh1 sh2) (> (length (car sh1)) (length (car sh2))))))